Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 5 - Ink Objects / Ink Objects Reference
Functions / Manipulating Ink Object Properties


GXGetInkAttributes

You can use the GXGetInkAttributes function to examine which attributes of an ink object are set.

gxInkAttribute GXGetInkAttributes(gxInk source);
source
A reference to the ink to find the attributes of.
function result
The ink attributes of the source ink object.
ERRORS, WARNINGS, AND NOTICES
Errors 
out_of_memory 
ink_is_nil 
SEE ALSO
Ink attributes are described in the section "Ink Attributes" beginning on page 5-9.

To change the attributes of an ink object, use the GXSetInkAttributes function, described in the next section.

To examine the attributes of the ink object associated with a specified shape, use the GXGetShapeInkAttributes function, described on page 5-62.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996